home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 5 for Professionals
/
DELPHI5.iso
/
AddOns
/
Components
/
Cell Control
/
DATA1.CAB
/
VCDEMO_Files
/
VCDemo.aps
/
Dialogs
/
102.rc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-01-11
|
663 b
|
12 lines
102 DIALOGEX 0, 0, 280, 215
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_APPWINDOW
CAPTION "User defined function"
FONT 8, "MS Sans Serif"
{
CONTROL "OK", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 223, 194, 50, 14
CONTROL "", 1000, "{DD44C0EA-B2CF-11D1-8DD2-444553540000}", WS_CHILD | WS_VISIBLE | WS_TABSTOP, 7, 7, 266, 176
CONTROL "CELL support default parameters( that's parameter can be absent), the second function in this demo has default parameters.", 65535, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 7, 189, 200, 19
}